home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / brutil.arc / @ERA.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-06-08  |  256 b   |  8 lines

  1. echo off
  2. %VDISK%FILES %1%2/P >%VDISK%JUNK
  3. ECHO echo off >%VDISK%JUNK.BAT
  4. %VDISK%COMBINE -"ECHO " -"DEL " <%VDISK%JUNK >>%VDISK%JUNK.BAT
  5. %COMSPEC% /C %VDISK%JUNK
  6. DEL %VDISK%JUNK.*
  7. >%VDISK%JUNK.BAT
  8. %VDISK%COMBINE -"ECHO " -"DEL " <%VDISK%JUNK >>%VDIS